home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 4 / Windows 6-Pak (InfoMagic) (Disc 4) (1999).ISO / 3D-Graphics-Editors / lsystem3.exe / L System 3 / _setup.1 / BOP03.LS < prev    next >
Text File  |  1998-10-02  |  177b  |  9 lines

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. 4    # recursion depth
  3. 20    # angle
  4. 100    # thickness as % of length
  5. &(90)X
  6. X=F[+X]F[-X]+X
  7. F=FF
  8. @
  9.